home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global backSound, artsRange
- if backSound = 1 then
- puppetSound(2, member 5 of castLib "internal sounds")
- end if
- unloadMember()
- if artsRange < 4 then
- set temp to the memberNum of member ((artsRange * 30) + 101) of castLib "graphics"
- repeat with a = 0 to 8
- preloadMember(member (temp + a) of castLib "graphics")
- end repeat
- end if
- set the loc of sprite 40 to point(320, 240)
- set the loc of sprite 41 to point(320, 240)
- puppetSprite(40, 1)
- puppetSprite(41, 1)
- case 1 of
- (artsRange = 1):
- go("japanese")
- (artsRange = 2):
- go("chinese")
- (artsRange = 3):
- go("korean")
- (artsRange = 4):
- go("other")
- end case
- end
-